* lisp/gnus/gnus-score.el (gnus-score-find-alist): Keep the score files already
authorSam Steingold <sds@gnu.org>
Fri, 12 Aug 2011 18:52:40 +0000 (14:52 -0400)
committerSam Steingold <sds@gnu.org>
Fri, 12 Aug 2011 18:52:40 +0000 (14:52 -0400)
commit5c8187a941edaa931fd6409d7f452c605778876e
tree68d1f03c072bb50125a8bd151f20ab5c7ce2820a
parent24a653ae731bc844e31c4265309525dc3b10571d
* lisp/gnus/gnus-score.el (gnus-score-find-alist): Keep the score files already
in the reverse order to avoid modifying the cache with `nreverse'.
(gnus-all-score-files): Do not modify the value returned by
`gnus-score-find-alist' because it lives in a cache variable.
(gnus-current-home-score-file): No need to `nreverse' the return value
of `gnus-score-find-alist', it is already in the correct order.
lisp/gnus/ChangeLog
lisp/gnus/gnus-score.el